home *** CD-ROM | disk | FTP | other *** search
/ World Wide Web Learning / World Wide Web Learning.iso / demos / dcad / 2d_3dwin / demo.ex_ / demo.bin / 2DDEMO.DXR / 00087.ls < prev    next >
Encoding:
Text File  |  1994-10-31  |  123 b   |  9 lines

  1. on exitFrame
  2.   if the colorDepth > 8 then
  3.     go("Open")
  4.   end if
  5.   if the colorDepth = 8 then
  6.     go("Open")
  7.   end if
  8. end
  9.